home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 309 / qt / sample.cfg < prev   
Text File  |  1985-11-19  |  1KB  |  42 lines

  1. #
  2. # This is a sample QT configuration file.
  3. #
  4. # lines beginning with # are comment lines
  5. #
  6. set timeout=30
  7. set prefix=ATD
  8. set suffix=\r
  9. #
  10. # 'dial' adds phone numbers to the phonebook
  11. # each phonebook entry is set up as <phonenumber>:<comments>
  12. # the phonenumber can be any string that your modem can eat.
  13. #
  14. dial 123-4567:System 1
  15. dial 234-5678:System 2
  16. dial 345-6789:System 3
  17. #
  18. # 'map' defines keyboard macros. The format of one of these is
  19. # <character>=<macro string>.
  20. # by using \, you can have nonprinting characters in the macro;
  21. # \ followed by 1 or more hexadecimal digits gives you the appropriate char.
  22. # The mappings below are for f10 (\c4) and f9 (\c3). \n maps to
  23. # newline, \r maps to return, and \t maps to a tab.
  24. #
  25. # the special keys on the keyboard produce:
  26. #       key  shifted          key  shifted
  27. #  f1   \bb    \d4      help  \e2    \e2
  28. #  f2   \bc    \d5      undo  \e1    \e1
  29. #  f3   \bd    \d6    insert  \d2    0
  30. #  f4   \be    \d7  clr/home  \c7    7
  31. #  f5   \bf    \d8
  32. #  f6   \c0    \d9
  33. #  f7   \c1    \da
  34. #  f8   \c2    \db
  35. #  f9   \c3    \dc
  36. #  f10  \c4    \dd
  37. #
  38. # the mapping below makes f10 produce the string "your password<return>"
  39. #
  40. map \c4=your password\r
  41. map \c3=your other password\r
  42.